Advertisement
Qugurun

JsonBallMatter

May 3rd, 2024
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.56 KB | Source Code | 0 0
  1. {
  2.     "generator_info": "Shape definitions generated with PhysicsEditor. Visit https://www.codeandweb.com/physicseditor",
  3.     "ball_1": {
  4.         "type": "fromPhysicsEditor",
  5.         "label": "ball",
  6.         "isStatic": true,
  7.         "density": 0.1,
  8.         "restitution": 0,
  9.         "friction": 0.1,
  10.         "frictionAir": 0.01,
  11.         "frictionStatic": 0.5,
  12.         "collisionFilter": {
  13.             "group": 0,
  14.             "category": 1,
  15.             "mask": 255
  16.         },
  17.         "fixtures": [
  18.             {
  19.                 "label": "",
  20.                 "isSensor": false,
  21.                 "circle": {
  22.                     "x": 72,
  23.                     "y": 72,
  24.                     "radius": 70.88156740192403
  25.                 }
  26.             }
  27.         ]
  28.     }
  29. }
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement